home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.001 / crossfir~ / eutl / xfile / test1.c < prev    next >
C/C++ Source or Header  |  1994-09-19  |  208b  |  14 lines

  1. #include <xmalloc.h>
  2. #include "xfile.h"
  3. #include <stdio.h>
  4.  
  5. main() {
  6.   SHANDLE1(xfopen("no-such-file","r"),
  7.       xfile,open,
  8.       printf("Correctly didn't open non-existent file\n"));
  9.   exit(0);
  10. }
  11.  
  12.       
  13.       
  14.